cellrenderertoggle: Fix css node handling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 19 Jan 2021 01:52:59 +0000 (20:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 19 Jan 2021 01:52:59 +0000 (20:52 -0500)
commit6b7d56ac49b910d590ca666956745bcc32ac74cc
treef6aace91a223ee23a4fa873b99be23b8ad170ab9
parent1635d7be8c90d41f175e4351a9f075d5a3358817
cellrenderertoggle: Fix css node handling

Commit cbbbf44dd43ca608709 tried to replace
gtk_style_context_save_named with an explicit
css node to save to, but it failed, and the failure
was showing up as crashes in the inspector.

Fix by Benjamin Otte.

Fixes: #3599
gtk/gtkcellrenderertoggle.c